Population class extension: grid_logging module

The class extension for the population object that contains logging functionality

TODO: move these functions to the grid sampling subclass

class binarycpython.utils.population_extensions.grid_logging.grid_logging(**kwargs)[source]

Bases: object

The class extension for the population object that contains logging functionality

vb1print(ID, now, system_number, system_dict)[source]

Verbosity-level 1 printing, to keep an eye on a grid.

Input:

ID: thread ID for debugging (int): TODO fix this now: the time now as a UNIX-style epoch in seconds (float) system_number: the system number

vb2print(system_dict, cmdline_string)[source]

Extra function for verbose printing